Drawing.transform Method
Applies an affine transform to a point.
This method is static.
Parameters
- matrix
-
Type: Array
ElementType: Number
An array that represents an
affine transform containing elements m11, m12, m13, m21, m22, m23, respectively.
- point
-
Type: Array
ElementType: Number
An array that represents a point containing x and y, respectively.
Return Value
Type: Array
ElementType: Number
An array that represents the transformed point containing x and y, respectively.